Skip to main content

Select Range

AutomatR.Excel.Activities.SelectRange

The "Select Range" activity in AutomatR is part of the Excel activities package, designed to facilitate the selection of a specified range within an Excel spreadsheet. This activity is crucial for isolating specific data or cells for further actions in the automation process.

NOTE: This activity can only be used in Excel Root activity.

Properties

NameDescription
Input
RangeEnter the range to be selected. This should be in the format of Excel range, such as "A1:B5". String variables containing the desired range.
Misc
Display NameThe display name of the activity. A display name is automatically generated when you indicate a target.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds i.e., 5) to start the activity. Integer variables containing the delay duration.

How to use:

  1. Drag and drop the "Select Range" activity onto the workflow.
  2. Configure the properties by specifying the range to be selected.
  3. Optionally, configure the delay.
  4. Execute the workflow to select the specified range within the Excel spreadsheet.

Important:

  • Ensure that the Excel workbook and sheet are open and accessible.
  • The specified range should be in a valid Excel range format (e.g., "A1:B5").
  • Incorrect range formats may result in an "Invalid given Range" error.